EDM115 is an independent developer whose open-source catalog currently centers on command-line utilities that streamline modern software workflows. The publisher’s single released tool, monorepo-hash, addresses the everyday friction of large code-base management by quickly generating cryptographic fingerprints for every workspace inside a monorepo, letting build pipelines, CI caches, and deployment scripts detect exactly which sub-projects have changed since the last run. Typical usage scenarios include incremental builds in JavaScript or Python repositories, Docker layer caching, and lock-file validation, all situations where a single, trustworthy hash can spare teams from recompiling, retesting, or redeploying unchanged components. Written in portable Python, the utility plugs into npm, Yarn, pnpm, or Poetry projects without additional configuration, emitting GitHub Actions-friendly output or plain text for custom automation. Although the portfolio is still focused on this one developer-oriented category, the approach—small, single-purpose CLI instruments that slot unobtrusively into existing toolchains—signals EDM115’s broader aim of removing repetitive housekeeping tasks from engineering schedules. The publisher’s software is available for free on get.nero.com, where downloads are delivered through verified Windows package sources such as winget, always resolve to the newest upstream release, and can be queued for unattended batch installation alongside other applications.

monorepo-hash

A CLI tool to generate hashes for the workspaces of your monorepo

Details